VistaDB 6
VistaDB.Provider Namespace / VistaDBRowUpdatedEventArgs Class / CopyToRows Method / CopyToRows(DataRow[],Int32) Method
The array of System.Data.DataRow to copy into.
The index in the array to start copying into.


In This Topic
    CopyToRows(DataRow[],Int32) Method
    In This Topic
    Copies references to the modified rows into the provided array.
    Syntax
    'Declaration
     
    
    Public Overloads Sub CopyToRows( _
       ByVal array() As System.Data.DataRow, _
       ByVal arrayIndex As System.Integer _
    ) 
    'Usage
     
    
    Dim instance As VistaDBRowUpdatedEventArgs
    Dim array() As System.Data.DataRow
    Dim arrayIndex As System.Integer
     
    instance.CopyToRows(array, arrayIndex)
    public void CopyToRows( 
       System.Data.DataRow[] array,
       System.int arrayIndex
    )

    Parameters

    array
    The array of System.Data.DataRow to copy into.
    arrayIndex
    The index in the array to start copying into.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also